SdJwtIssuer

fun interface SdJwtIssuer<out SIGNED_JWT>(source)

Representation of a function capable of producing an issuance SD-JWT

Parameters

SIGNED_JWT

the type representing the JWT part of the SD-JWT, signed

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun issue(sdJwtSpec: DisclosableObject): Result<SdJwt<SIGNED_JWT>>

Issues an SD-JWT